DELETE FROM dbo.GeneralSetting
WHERE Parameter IN ( 'SRV_Run_HIX', 'SRV_Run_UpdatePrice', 'SRV_Run_SEPAS' );

INSERT INTO dbo.GeneralSetting
VALUES
('SRV_Run_HIX', 'true'),
('SRV_Run_UpdatePrice', 'true'),
('SRV_Run_SEPAS', 'true');

